Version

PropertyChangeUndoUnit<TTarget,TProperty> Class Members

The following tables list the members exposed by PropertyChangeUndoUnit<TTarget,TProperty>.

Public Constructors
Public Properties
 NameDescription
Public PropertyNewValueOverridden. Returns the new value that was set on the object.  
Public PropertyOldValueOverridden. Returns the original value of the object that will be restored.  
Public PropertyPropertyNameOverridden. Returns the name of the property that will be changed.  
Public PropertyTargetOverridden. Returns the target object that will be affected by the UndoUnit  
Protected Properties
 NameDescription
Protected PropertyPropertyDisplayNameOverridden. Optional string representing the property name as it should be displayed to the end user.  
Protected PropertyTargetDisplayNameOverridden. Optional string representing the target as it should be displayed to the end user.  
Public Methods
 NameDescription
Public MethodGetDescriptionReturns a string representation of the action based on whether this is for an undo or redo operation. (Inherited from Infragistics.Undo.PropertyChangeUndoUnitBase)
See Also